3.14.21 \(\int \frac {x^5}{a+b x^6} \, dx\) [1321]

Optimal. Leaf size=15 \[ \frac {\log \left (a+b x^6\right )}{6 b} \]

[Out]

1/6*ln(b*x^6+a)/b

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {266} \begin {gather*} \frac {\log \left (a+b x^6\right )}{6 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^5/(a + b*x^6),x]

[Out]

Log[a + b*x^6]/(6*b)

Rule 266

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rubi steps

\begin {align*} \int \frac {x^5}{a+b x^6} \, dx &=\frac {\log \left (a+b x^6\right )}{6 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} \frac {\log \left (a+b x^6\right )}{6 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^5/(a + b*x^6),x]

[Out]

Log[a + b*x^6]/(6*b)

________________________________________________________________________________________

Maple [A]
time = 0.18, size = 14, normalized size = 0.93

method result size
derivativedivides \(\frac {\ln \left (b \,x^{6}+a \right )}{6 b}\) \(14\)
default \(\frac {\ln \left (b \,x^{6}+a \right )}{6 b}\) \(14\)
norman \(\frac {\ln \left (b \,x^{6}+a \right )}{6 b}\) \(14\)
risch \(\frac {\ln \left (b \,x^{6}+a \right )}{6 b}\) \(14\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5/(b*x^6+a),x,method=_RETURNVERBOSE)

[Out]

1/6*ln(b*x^6+a)/b

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 13, normalized size = 0.87 \begin {gather*} \frac {\log \left (b x^{6} + a\right )}{6 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x^6+a),x, algorithm="maxima")

[Out]

1/6*log(b*x^6 + a)/b

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 13, normalized size = 0.87 \begin {gather*} \frac {\log \left (b x^{6} + a\right )}{6 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x^6+a),x, algorithm="fricas")

[Out]

1/6*log(b*x^6 + a)/b

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 10, normalized size = 0.67 \begin {gather*} \frac {\log {\left (a + b x^{6} \right )}}{6 b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5/(b*x**6+a),x)

[Out]

log(a + b*x**6)/(6*b)

________________________________________________________________________________________

Giac [A]
time = 2.35, size = 14, normalized size = 0.93 \begin {gather*} \frac {\log \left ({\left | b x^{6} + a \right |}\right )}{6 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x^6+a),x, algorithm="giac")

[Out]

1/6*log(abs(b*x^6 + a))/b

________________________________________________________________________________________

Mupad [B]
time = 1.03, size = 13, normalized size = 0.87 \begin {gather*} \frac {\ln \left (b\,x^6+a\right )}{6\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5/(a + b*x^6),x)

[Out]

log(a + b*x^6)/(6*b)

________________________________________________________________________________________